VT-d: correct kill hvm_timer
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:26:22 +0000 (11:26 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:26:22 +0000 (11:26 +0100)
commit9712f3511823176370ef88a5c0a6c8fdbbf45c36
tree6368cf927b6b12b77a9fedd9f47c1a257c618a06
parentd0495ec8c167e3ddbb15b504874b41f1d14c5792
VT-d: correct kill hvm_timer

hvm_timer is created with the vector got from domain_irq_to_vector(),
accordingly it should use the same vector to kill the timer. The patch
corrects it in pci_clean_dpci_irqs().

Signed-off-by: Weidong Han <weidong.han@intel.com>
xen/drivers/passthrough/pci.c